projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca87da
)
(font-lock-regexp-grouping-backslash): Don't
author
Juri Linkov
<juri@jurta.org>
Tue, 19 Jul 2005 11:31:31 +0000
(11:31 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 19 Jul 2005 11:31:31 +0000
(11:31 +0000)
inherit from escape-glyph (use bold for all cases).
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 0a97be141df554474c133cfd5e9d3e3a3b1627bf..51a4ee727225b15d8c2326ba18befe27c6ce293a 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1830,8
+1830,7
@@
Sets various variables using `font-lock-defaults' (or, if nil, using
:group 'font-lock-highlighting-faces)
(defface font-lock-regexp-grouping-backslash
- '((((class color) (min-colors 16)) :inherit escape-glyph)
- (t :inherit bold))
+ '((t :inherit bold))
"Font Lock mode face for backslashes in Lisp regexp grouping constructs."
:group 'font-lock-highlighting-faces)